home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.scoredone == "done" and _root.hiscore20 < _root.score and _root.old_score != _root.score)
- {
- _root.old_score = _root.score;
- _root.hiscore = _root.score;
- if(_root.xname eq "Name Here")
- {
- _root.xname = "etgames";
- }
- loadVariablesNum("/scores.php?action=sendscore&game=" + _root.game + "&hiscore=" + _root.hiscore + "&xname=" + _root.xname + "&randx=" + random(100),0,"POST");
- }
- _visible = 0;
- }
-